home *** CD-ROM | disk | FTP | other *** search
- ;RBBS-PC login script template for Unicom 3
- ;
- Delay(1000)
- Send("^M")
- Waitfor("Escape")
- Delay(2000)
- Send("^[")
- Waitfor("name?")
- Delay(200)
- Send("FIRST^M") ; Set this to your 1st name
- Waitfor("name?")
- Delay(200)
- Send("LAST^M")
- Waitfor("Password")
- Delay(1500)
- Send("YOURPASSWORD^M")
- Exit
-
-
-